home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pcdisksp.arc / PCTRDSP.DOC < prev    next >
Text File  |  1983-10-29  |  1KB  |  40 lines

  1.  
  2.  
  3.  
  4. PCTRDSP.MRG Documentation
  5.  
  6.  
  7. October 29, 1983
  8.  
  9. James A. Grettum
  10. Fargo, ND
  11.  
  12. After seeing Jack Wright's version of the disk space checker I decided
  13. that I wanted one.  But when I tried Jack's version it wouldn't work on
  14. my machine.  So, since I'm not a Programmer, it took me a lot of work, but
  15. I got Jack's revised so it work's on my machine.  I hope it works on yours
  16. also.
  17.  
  18. PCTRDSP.MRG should be merged with PC-TALK.III.  It will check how much disk 
  19. space you have left for downloading while connected to another computer.  
  20. It has only been tested on 2-sided drives. For 1-sided drives, It should
  21. work if you change the 1024 in line 3135 to 512.
  22.  
  23. It is used by typing Alt-V (the PC-TALK "View" command).  Then by viewing
  24. the disk directory using the "?".  The "View" command will now list the
  25. directory followed by the number of bytes of free space remaining on the
  26. "logged" disk (which disk is the logged disk can be changed via the Alt-L
  27. command). The logged disk is normally the B: disk. The "View" command
  28. otherwise works exactly as before.
  29.  
  30. The values presently used in the DEF SEG and CLEAR statements assume a 128K 
  31. system.
  32.  
  33. DO NOT CHANGE "DSK=&H100" (unless you enjoy debugging). 
  34.  
  35. My version was only made possible through the use of Jack Wright program.
  36. So if you like this modification you should thank Jack Wright where ever
  37. he is.
  38.  
  39.  
  40.